home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu136.dms / pu136.adf / SID / Gimmesid < prev    next >
Text File  |  1990-07-15  |  3KB  |  72 lines

  1. ;
  2. utils:c/echo "*N Housekeeping, please wait..." noline
  3. ;
  4. ; copy housekeeping tools to ram.
  5. ;
  6. utils:c/copy utils:c/copy ram:
  7. ram:copy utils:c/cd ram:
  8. cd ram:
  9. copy utils:c/echo ram:
  10. copy utils:c/delete ram:
  11. copy utils:c/lharc ram:
  12. echo "Ok."
  13. ;
  14. echo "*N *e[33mSID v1.03, Copyright ©1989 Software Ingenuity*e[0m"
  15. echo "*N This script file will first copy the SID archive from this disk"
  16. echo " UTILS to your  to RAMDISK:, and then unarchive it to a destination"
  17. echo " disk in drive DF0: that has at least 300k of free space on it."
  18. echo "*N When the SID archive is in RAM: you will be prompted to remove"
  19. echo " the cover disk from DF0:, insert your destination disk and click"
  20. echo " the left mouse button. Don't rush this process, please give your"
  21. echo " disk drive a chance to recognise and validate the destination"
  22. echo " disk before clicking."
  23. echo "*N When all the SID files have been unarchived to the destination"
  24. echo " disk, RAM: will be cleared and you will be requested to replace the"
  25. echo " utils disk (UTILS) in DF0:, after which we can all breathe again."
  26. echo "*N Click the left mouse button to GimmeSID..." noline
  27. echo " "
  28. utils:c/mouse
  29. echo "Ok."
  30. ;
  31. ; copy sid stuff to ram.
  32. ;
  33. echo "*N *e[33mWorking..." noline
  34. copy utils:c/qview ram:                 ; for viewing doc files.
  35. copy utils:c/display ram:               ; for viewing iff files.
  36. copy utils:SID/Sid103b.LZH ram:         ; the sid archive.
  37. echo "Ok."
  38. ;
  39. echo "*N *e[0mThe SID archive is now in RAM:. Remove UTILS and insert a"
  40. echo " destination disk into drive DF0:."
  41. echo "*N *e[33mWARNING: *e[0mYour destination disk must have at least 300k free space"
  42. echo " on it otherwise the SID files won't fit and this script will probably"
  43. echo " get itself into a right mucking fuddle."
  44. echo "*N Click the left mouse button when you are ready..." noline
  45. echo " "
  46. utils:c/mouse
  47. echo "Ok."
  48. ;
  49. ; unarchive sid to destination disk.
  50. ;
  51. echo "*N *e[33mWorking..." noline
  52. copy qview|display df0: quiet
  53. echo "Ok."
  54. lharc e Sid103b df0:
  55. ;
  56. ; all finished.
  57. ;
  58. echo "*N *e[0mCleaning RAM:"
  59. delete copy cd qview display lharc sid103b.lzh quiet
  60. echo "*N Phew! I think we've done it. Get's the old adrenalin flowing,"
  61. echo " does it not. Apart from the SID program, that destination disk"
  62. echo " should have a whole bunch of doc files on it to read. I strongly"
  63. echo " suggest you do so before running SID. In particular, check out"
  64. echo " the documentation in SID.docs regarding the NULL: device."
  65. echo "*N Click the left mouse button to exit..." noline
  66. echo " "
  67. utils:c/mouse
  68. echo "Ok.*N*N Bye." noline
  69. delete echo delete quiet
  70. utils:c/cd df0:
  71.  
  72.